✨ upgrade os and runner to latest version and add missing deps#5
Open
lukas-runge wants to merge 15 commits intobeikeni:mainfrom
Open
✨ upgrade os and runner to latest version and add missing deps#5lukas-runge wants to merge 15 commits intobeikeni:mainfrom
lukas-runge wants to merge 15 commits intobeikeni:mainfrom
Conversation
|
Thank you @lukas-runge , I had to adapt the repo and this up to date PR helped a lot. |
beikeni
requested changes
May 20, 2025
Owner
beikeni
left a comment
There was a problem hiding this comment.
That sed command is a tiny bit suspicious
Author
@beikeni 😁 Please have a look here: https://gha-cache-server.falcondev.io/getting-started#runner-configuration 🙌 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi @beikeni,
after discovering your repo (thank you very much for providing it as a starting point 🙏) I upgraded it to spawn the latest github runner version (
v2.321.0) on the latest Ubuntu LTS version (24.04). I also added some missing dependencies - namely:As I did not want to deploy my image to docker hub, I removed the workflow for it. Consider not merging that commit in if you want to keep that. 🙌
Also I added an example docker compose config for quick deployment on self hosted machines. 🚀
Best regards,
@lukas-runge